home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 8: LINUX Games / Linux Cubed Series 8 - LINUX Games.iso / games / x11 / strategy / xshisen-.001 / xshisen-~ / xshisen-1.35 / kconv.h < prev    next >
C/C++ Source or Header  |  1995-10-18  |  198b  |  7 lines

  1. char *euc_to_sjis(const char *);
  2. char *euc_to_jis (const char *);
  3. char *jis_to_sjis(const char *);
  4. char *jis_to_euc (const char *);
  5. char *sjis_to_jis(const char *);
  6. char *sjis_to_euc(const char *);
  7.